@charset "utf-8";
/* CSS Document */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }  /*让这些的标签内外边距都是0*/
fieldset, img {  border:none;  }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0;
	font-family: pingfang,'Microsoft YaHei',微软雅黑,\9ed1\4f53,\5b8b\4f53,'Microsoft JhengHei',华文细黑,STHeiti,MingLiu;}
select, input { vertical-align:middle;}  /*图片居中  */
select, input, textarea { font-size: 16px;
    margin: 0;
    height: 35px;
    padding: 0px 8px;}
textarea { resize:none; }
table { border-collapse:collapse; }
img{
	vertical-align: middle;
	border:0 none;
}
body {
	color:#666;
	font:12px '微软雅黑'; /* 设置全局的文字 颜色 字号  字体  */
	/* height:3000px;  测试用的高度 */
	// background:pink;
}
a{
	color:#515151;
	text-decoration:none;
}
a:hover{ color:#333; }
#head-btn >a {
	width: 20px;
    height: 20px;
    position: absolute;
    right: 19%;
    top: 25%;
    z-index: 9999999999;
}
/* 常用代码  */
.clearfix:after {
	content:"";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.clearfix { *zoom:1; }

.fl{
	float:left;
}
.fr{
	float:right;
}
img{
    max-width:100%;
	height:auto;
}


.copyright .record > a {
	font-size: 12px;
	line-height: 25px;
}

html.no-scroll{overflow-y: scroll !important;overflow: hidden !important;height: 100% !important;}
html.no-scroll body{overflow: hidden !important;height: 100% !important;}